Xceed .NET Libraries Documentation
Xceed.SSH.Core Assembly / Xceed.SSH.Core Namespace / SSHString Structure / ReadData Method / ReadData(Stream,Int32,Byte[],Int32,Int32) Method


In This Topic
    ReadData(Stream,Int32,Byte[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub ReadData( _
       ByVal stream As Stream, _
       ByVal count As Integer, _
       ByVal buffer() As Byte, _
       ByVal bufferOffset As Integer, _
       ByVal bufferLength As Integer _
    ) 
    'Usage
     
    Dim stream As Stream
    Dim count As Integer
    Dim buffer() As Byte
    Dim bufferOffset As Integer
    Dim bufferLength As Integer
     
    SSHString.ReadData(stream, count, buffer, bufferOffset, bufferLength)
    public static void ReadData( 
       Stream stream,
       int count,
       byte[] buffer,
       int bufferOffset,
       int bufferLength
    )

    Parameters

    stream
    count
    buffer
    bufferOffset
    bufferLength
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also